home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-02-21 | 245 b | 12 lines | [TEXT/RLAB] |
- sum:
-
- Syntax: sum ( A )
-
- Description:
-
- Sum computes the sum of a matrix. The return object is a row
- matrix which contains the sum of each column of the input.
-
- If the input is a vector (row-matrix) then the sum of the
- elements is returned.
-